Small workaround for weird bug in some versions of Automake at least on
authorTor Lillqvist <tml@novell.com>
Sat, 22 Apr 2006 07:58:37 +0000 (07:58 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 22 Apr 2006 07:58:37 +0000 (07:58 +0000)
2006-04-22  Tor Lillqvist  <tml@novell.com>

* gtk/Makefile.am (gtk_private_h_sources): Small workaround for
weird bug in some versions of Automake at least on Windows.

ChangeLog
ChangeLog.pre-2-10
gtk/Makefile.am

index ae97511c55ff826e9612964c55af514275829747..5f7bd747980ccaf4e1b99dcc81b77551698d1340 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-22  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/Makefile.am (gtk_private_h_sources): Small workaround for
+       weird bug in some versions of Automake at least on Windows.
+
 2006-04-21  Alexander Larsson  <alexl@redhat.com>
 
         Merge the gtk-printing branch.
index ae97511c55ff826e9612964c55af514275829747..5f7bd747980ccaf4e1b99dcc81b77551698d1340 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-22  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/Makefile.am (gtk_private_h_sources): Small workaround for
+       weird bug in some versions of Automake at least on Windows.
+
 2006-04-21  Alexander Larsson  <alexl@redhat.com>
 
         Merge the gtk-printing branch.
index 17cf8583adde103381faa777aea32b6058e8b793..52815b548c99eafcfe4bb3d24f7710fdaccd5e24 100644 (file)
@@ -601,9 +601,7 @@ gtk_c_sources += \
 endif
 
 if OS_WIN32
-gtk_private_h_sources +=
-       gtkfilesystemwin32.h    \
-       gtkprint-win32.h
+gtk_private_h_sources += gtkfilesystemwin32.h gtkprint-win32.h
 
 gtk_c_sources += \
        gtkfilesystemwin32.c            \